google.golang.org/grpc.ClientConn.target (field)

12 uses

	google.golang.org/grpc (current package)
		balancer_wrapper.go#L264: 	return ccb.cc.target
		clientconn.go#L187: 		target: target,
		clientconn.go#L674: 	target              string            // User's dial target.
		clientconn.go#L952: 	return cc.target
		clientconn.go#L1296: 		disconnectionsMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.localityLabel, disconnectError)
		clientconn.go#L1297: 		openConnectionsMetric.Record(ac.cc.metricsRecorderList, -1, ac.cc.target, ac.backendServiceLabel, ac.securityLevelLocked(), ac.localityLabel)
		clientconn.go#L1358: 			connectionAttemptsFailedMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.localityLabel)
		clientconn.go#L1405: 	connectionAttemptsSucceededMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.localityLabel)
		clientconn.go#L1406: 	openConnectionsMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.securityLevelLocked(), ac.localityLabel)
		clientconn.go#L1837: 	logger.Infof("original dial target is: %q", cc.target)
		clientconn.go#L1840: 	parsedTarget, err := parseTarget(cc.target)
		clientconn.go#L1860: 	canonicalTarget := defScheme + ":///" + cc.target